C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / C1ListView<T> Class / SelectionChanged Property

In This Topic
SelectionChanged Property (C1ListView<T>)
In This Topic
Occurs after selection changed.
Syntax
'Declaration
 
Public Property SelectionChanged As EventCallback(Of IEnumerable(Of Integer))
 
See Also